type google.golang.org/grpc.stringer

6 uses

	google.golang.org/grpc (current package)
		server.go#L1453: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1481: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1748: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1767: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		trace.go#L141: type stringer string
		trace.go#L143: func (s stringer) String() string { return string(s) }